Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Duplicate of #604 with a different approach
This PR replaces the
docker build
withdocker buildx
in order to build a multi-arch docker image. This also automagically pushes the images using buildx as they are not imported to the actual docker system anymore.It's not changing the Dockerfile and works on M1(Pro) Macs as well as a regular x86 ubuntu server. I'm just not sure how fast GH Actions is.
Signed-off-by: Matthias Riegler [email protected]
Related Issue:
New Behavior
Contrast to Current Behavior
--push-only
option is gone based on the fact this is usingdocker buildx
Discussion: Benefits and Drawbacks
Arm64 is evolving; this e.g. allows the image to run on the AWS Graviton EC2 machines.
Proposed Release Note Entry
Double Check
develop
branch.